{% if {{ player.buy_1 }} %}
{% formfield player.sell_1 %}
{% elif {{ player.sell_1 }} > 0 %}
{% formfield player.buy_1 %}
{% endif %}